home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / other / seminar / doc / tvz-code.sty / images.pl < prev    next >
Text File  |  1995-03-15  |  218b  |  12 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3.  
  4.  
  5. $key = q/fbox;MSF=1.6;AAT/;
  6. $cached_env_img{$key} = q|<IMG
  7.  STYLE="" SRC="|."$dir".q|img1.png"
  8.  ALT="\fbox">|; 
  9.  
  10. 1;
  11.  
  12.